Mimer SQL Data Provider
CopyTo(MimerBatchCommand[],Int32) Method




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class > CopyTo Method : CopyTo(MimerBatchCommand[],Int32) Method
The one-dimensional array that is the destination of the elements copied from MimerBatchCommandCollection. The array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the entire MimerBatchCommandCollection to a one dimensional array, starting at the target index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As MimerBatchCommand, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   MimerBatchCommand[] array,
   int arrayIndex
)
public procedure CopyTo( 
    array: MimerBatchCommandarray of;
    arrayIndex: Integer
); 
public function CopyTo( 
   array : MimerBatchCommand[],
   arrayIndex : int
);
public: void CopyTo( 
   MimerBatchCommand*[]* array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array that is the destination of the elements copied from MimerBatchCommandCollection. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members
Overload List